ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ComboBoxBase<T> Class / OnClientFormatItem Property

In This Topic
    OnClientFormatItem Property (ComboBoxBase<T>)
    In This Topic
    Event that fires when items in the drop-down list are created.
    Syntax
    'Declaration
     
    Public Property OnClientFormatItem As String
    public string OnClientFormatItem {get; set;}
    See Also